// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-02B TN_Widget.CreateTable([['Chappell Roan','Terminal B at the Outer Harbor','Buffalo, NY','Friday','5/24/2024','7:00 PM','6230064','Chappell-Roan-5-24-2024'],['Brothers Osborne','Terminal B at the Outer Harbor','Buffalo, NY','Friday','6/14/2024','8:00 PM','6118981','Brothers-Osborne-6-14-2024'],['A Day To Remember','Terminal B at the Outer Harbor','Buffalo, NY','Sunday','6/16/2024','6:30 PM','6330006','A-Day-To-Remember-6-16-2024'],['Counting Crows','Terminal B at the Outer Harbor','Buffalo, NY','Tuesday','7/9/2024','7:30 PM','6354878','Counting-Crows-7-9-2024'],['moe.','Terminal B at the Outer Harbor','Buffalo, NY','Wednesday','7/17/2024','7:00 PM','6266271','moe--7-17-2024'],['Sad Summer Festival: Mayday Parade, The Maine, The Wonder Years & We The Kings','Terminal B at the Outer Harbor','Buffalo, NY','Tuesday','8/6/2024','2:00 PM','6293389','Sad-Summer-Festival--Mayday-Parade--The-Maine--The-Wonder-Years---We-The-Kings-8-6-2024'],['In This Moment & Ice Nine Kills','Terminal B at the Outer Harbor','Buffalo, NY','Wednesday','8/7/2024','6:15 PM','6384560','In-This-Moment---Ice-Nine-Kills-8-7-2024'],['Primus & Coheed and Cambria','Terminal B at the Outer Harbor','Buffalo, NY','Friday','8/9/2024','7:00 PM','6278380','Primus---Coheed-and-Cambria-8-9-2024'],['Lake Street Dive','Terminal B at the Outer Harbor','Buffalo, NY','Tuesday','9/17/2024','7:00 PM','6242506','Lake-Street-Dive-9-17-2024']],'Buffalo Outer Harbor','http://www.ticketnetwork.com/ticket/Buffalo-Outer-Harbor-events.aspx');